auto merge of #314 : alexcrichton/cargo/hurray-for-windows, r=wycats
authorbors <bors@rust-lang.org>
Mon, 4 Aug 2014 03:25:05 +0000 (03:25 +0000)
committerbors <bors@rust-lang.org>
Mon, 4 Aug 2014 03:25:05 +0000 (03:25 +0000)
commit29be5162f9c07c02ad11172399c56f252334c604
treece8d85c256b007a73259cb29f76e56a090487e26
parent8c6e1a3568cba91a92d4cbc7555d52645eb23cd4
parent1b957d41fb2289ca256c1716e8fac2c330f46f1a
auto merge of #314 : alexcrichton/cargo/hurray-for-windows, r=wycats

On windows, git will check out files with different line endings causing the
same serialized resolve to be resolved slightly differently. Instead of
comparing contents, this commit alters by testing whether the decoded resolve is
equivalent to the to-be-written resolve and only aborts writing if the two are
equal.